home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / PD_THEMA / EDITOREN / 7UP_PD / PROCESS.H < prev    next >
Text File  |  1998-03-14  |  365b  |  20 lines

  1. /*      PROCESS.H
  2.  
  3.         Process Definition Includes
  4.  
  5.         Copyright (c) Borland International 1990
  6.         All Rights Reserved.
  7. */
  8.  
  9.  
  10. #if !defined( __PROCESS )
  11. #define __PROCESS
  12.  
  13.  
  14. int     exec( char *filename, char *cmdlstr, char *envstr, int *retcode );
  15.  
  16.  
  17. #endif
  18.  
  19. /************************************************************************/
  20. ə